home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / masdir54.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1989-06-03  |  797b  |  20 lines

  1. echo off
  2. SDL_SHOW sdlsetup.doc
  3. sdl_get BE %A%
  4. echo * * *
  5. echo That concludes the SDLSETUP documentation.  If you are ready
  6. echo to proceed, you can now run the SDLSETUP program.
  7. ECHO * * *
  8. ECHO SDLSETUP will permit you to customize SDL to your liking.  You
  9. ECHO will be permitted to set many of the defaults the way you want
  10. ECHO them.  You will also be able to enter your own titles for the
  11. ECHO first two lines of the screen display and printer output.
  12. ECHO * * *
  13. ECHO SDLSETUP will NOT change any of your original files such as
  14. ECHO CONFIG.SYS and AUTOEXEC.BAT.  It will only change a copy of
  15. ECHO SDL.COM.  There is no danger to your system in running it.
  16. ECHO * * *
  17. sdl_get N "Do you want to run SDLSETUP now (Y,n)? "
  18. if errorlevel 89 IF NOT ERRORLEVEL 126 SDLSETUP X
  19. menu
  20.